type github.com/jackc/pgx/v5/pgtype.scanPlanJSONToByteSlice

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		json.go#L156: 		return &scanPlanJSONToByteSlice{}
		json.go#L181: type scanPlanJSONToByteSlice struct{}
		json.go#L183: func (scanPlanJSONToByteSlice) Scan(src []byte, dst any) error {